-
Notifications
You must be signed in to change notification settings - Fork 3k
DSP_PRESENT flag is needed for Armv8m devices having DSP enabled #9404
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Is this not also needed for |
M4 has optional FPU, but DSP is not optional, hence not needed |
9d40e0a
to
ed8b538
Compare
Set the flag to be explicitly as true (1) |
@deepikabhavnani ready for CI? |
Yes ready for CI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you
CI started |
Test run: FAILEDSummary: 2 of 11 test jobs failed Failed test jobs:
|
Not sure how to check this, no failing artifact for this
No failing artifact |
...huh. Looks like this was a legit CI issue. Something related to docker. @ARMmbed/mbed-os-test-team has been ping'd. |
test restarted |
Description
DSP_PRESENT flag is needed for Armv8m devices having DSP enabled
Reference
http://www.keil.com/pack/doc/CMSIS/DSP/html/index.html
Pull request type
Reviewers